Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 63 and Version 64 of Protocol Specific Questions


Ignore:
Timestamp:
Nov 14, 2008, 3:13:39 AM (15 years ago)
Author:
darkrain42
Comment:

Home routers don't like SRV records

Legend:

Unmodified
Added
Removed
Modified
  • Protocol Specific Questions

    v63 v64  
    105105  ||Do Not Disturb||0||
    106106  ||Extended Away||0||
     107
     108=== Why can't I log on to my Google Talk/Google Apps account anymore? ===
     109In previous versions, Pidgin would automatically use the server `talk.google.com` to connect to your account. This was removed in version 2.5.2 so that these connections would not cause certificate errors.
     110
     111Many home routers are broken and can't handle the SRV lookups required for Pidgin to automatically determine the server to which to connect. In the debug log, you will see
     112{{{
     113dnssrv: found 0 SRV entries
     114}}}
     115
     116You can confirm this by doing
     117{{{
     118Linux: dig +short SRV _xmpp-client._tcp.<server> (e.g. gmail.com)
     119Windows: nslookup -type=srv _xmpp-client._tcp.<server> (e.g. gmail.com)
     120}}}
     121
     122If that command returns no results, then you will need to reconfigure the router to not act as the DNS server for the client computers. Typically, this setting is labeled something along the lines of "Use Router as DHCP Server" (this should be disabled) in the router's configuration.
    107123
    108124=== What does "Cancel Presence Notification" do? ===
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!